home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
gnu
/
nethack.lha
/
nethack-3.1
/
include
/
coord.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-17
|
272b
|
13 lines
/* SCCS Id: @(#)coord.h 3.1 90/22/02 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef COORD_H
#define COORD_H
typedef struct {
xchar x,y;
} coord;
#endif /* COORD_H */